Fix initialization of last cursor
authorCody Russell <bratsche@src.gnome.org>
Tue, 29 May 2007 01:04:59 +0000 (01:04 +0000)
committerCody Russell <bratsche@src.gnome.org>
Tue, 29 May 2007 01:04:59 +0000 (01:04 +0000)
svn path=/trunk/; revision=17973

ChangeLog
gdk/win32/xcursors.h

index 11a57cf20c34cb242a6022b08945a0edc57012f5..f8e50d50622f1cd9a018c1ab69d97f13ae801f3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-28  Cody Russell  <bratsche@gnome.org>
+
+       * gdk/win32/xcursors.h: Fix initialization of last item. (#440511)
+
 2007-05-28  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkevents-quartz.c (get_child_coordinates_from_ancestor)
index 78889a175beeab57e170da8f014be120a52d8d0f..8cd9d2f4fa57dc058183bb6b4b387c6c0565055d 100644 (file)
@@ -355,5 +355,5 @@ static const struct { const gchar *name; const gchar *builtin; gint type; guchar
     "\125\025\132\232\225\152\124\026\120\001\220\000\144\000\031\000"
     "\006\100\001\220\000\144\000\031\000\006\100\005\224\025\251\126"
     "\246\245\124\125" }, 
-  { NULL, 0, 0, 0, 0, 0, NULL },
+  { NULL, NULL, 0, 0, 0, 0, 0, NULL },
 };